书栈网 · BookStack 本次搜索耗时 0.006 秒,为您找到 20 个相关结果.
  • GC参考手册-Java版

    顾名思义,垃圾收集(Garbage Collection)的意思就是 —— 找到垃圾并进行清理。但现有的垃圾收集实现却恰恰相反: 垃圾收集器跟踪所有正在使用的对象,并把其余部分当做垃圾。记住这一点以后, 我们再深入讲解内存自动回收的原理,探究 JVM 中垃圾收集的具体实现, 。
  • 通过例子学 Rust(201804)

    Rust 是一门注重安全(safety)、速度(speed)和并发(concurrency)的现代系统编程语言。Rust 通过内存安全来实现上述目标,但不用垃圾回收机制(Garbage collection, GC)。
  • Rust By Example(英文)

    Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection.
  • 通过例子学 Rust(202007)

    Rust 是一门注重安全(safety)、速度(speed)和并发(concurrency)的现代系统编程语言。Rust 通过内存安全来实现上述目标,但不用垃圾回收机制(Garbage collection, GC)。
  • FreeBSD 101 Hacks(英文)

    A collection of FreeBSD hacks.
  • C++ Best Practices(英文)

    Collaborative Collection of C++ Best Practices
  • OWASP Cheat Sheet Series Project v2.0

    The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
  • Jupyter Book Document

    Jupyter Books lets you build an online book using a collection of Jupyter Notebooks and Markdown files. Its output is similar to the excellent Bookdown tool, and adds extra functio...
  • CSS Protips

    A collection of tips to help take your CSS skills pro.
  • Zipkin Document

    Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and looku...